home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 39
/
Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso
/
-seriously_amiga-
/
wb
/
selector
/
browser2
< prev
next >
Wrap
Text File
|
1999-03-02
|
686b
|
35 lines
;Just making the scripts to beleive that you have
;installed the tools required.
if not exists libs:parm.library
assign libs: tools/extras/ add
endif
assign >nil: sel: exists
if warn
assign SEL: "`cd`" add
path tools/ add
endif
if not exists SEL:bro
assign SEL: "`cd`" add
path tools/ add
endif
;If you want to use this script regulary, then
;Install all the tools in selector/tools
;and copy the scripts to SEL:bro/'
;
;After this, you can start the browser by
;execute sel:bro/startbrowser
;
;or if you want to start on a specific directory,
;lets say "Work:tools/" then start by:
;execute sel:bro/startbrowser "Work:tools"
selector bro/info.sel
execute bro/startbrowser